diff --git a/scripts/build_ascent/build_ascent.sh b/scripts/build_ascent/build_ascent.sh index eb638a322..1b43c9d7b 100755 --- a/scripts/build_ascent/build_ascent.sh +++ b/scripts/build_ascent/build_ascent.sh @@ -169,7 +169,7 @@ if [ ! -d ${zlib_install_dir} ]; then if ${build_zlib}; then if [ ! -d ${zlib_src_dir} ]; then echo "**** Downloading ${zlib_tarball}" - curl -L https://www.zlib.net/zlib-${zlib_version}.tar.gz -o ${zlib_tarball} + curl -L https://github.com/madler/zlib/releases/download/v${zlib_version}/zlib-${zlib_version}.tar.gz -o ${zlib_tarball} tar -xzf ${zlib_tarball} fi