From 545d0e2f771be73b2f18a4dfe46dfdf41c81a87f Mon Sep 17 00:00:00 2001 From: zphj1987 Date: Thu, 14 Jul 2022 10:15:36 +0800 Subject: [PATCH] fix #1484 arm 64 cannot download zlib Signed-off-by: zphj1987 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 41cf43516..11736f5c9 100755 --- a/build.sh +++ b/build.sh @@ -54,7 +54,7 @@ get_rocksdb_compress_dep() { cd ${RootPath}/vendor/dep if [ ! -d "${RootPath}/vendor/dep/zlib-1.2.11" ]; then - wget http://www.zlib.net/zlib-1.2.11.tar.gz + wget https://zlib.net/fossils/zlib-1.2.11.tar.gz tar zxf zlib-1.2.11.tar.gz fi