From 1c722842a9123e2e7d31901b7ba893eb426458e6 Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Tue, 22 Aug 2023 17:03:06 -0700 Subject: [PATCH] typo --- scripts/build_ascent/build_ascent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_ascent/build_ascent.sh b/scripts/build_ascent/build_ascent.sh index 2bab78d9d..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://github.com/madler/zlib/releases/download/v${zlib_version}/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