Skip to content

Commit

Permalink
fix zlib download dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Aug 24, 2023
1 parent c9e613c commit ca6b9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_ascent/build_ascent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ca6b9b9

Please sign in to comment.