change zlib download path

This commit is contained in:
arowser
2022-12-25 10:57:29 +08:00
committed by Vincenzo Palazzo
parent 4b98df186d
commit 90956fa947
6 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ then
export STRIP="$TARGET_HOST"-strip
export CONFIGURATION_WRAPPER=qemu-"${TARGET_HOST%%-*}"-static
wget -q https://zlib.net/zlib-1.2.12.tar.gz
wget -q https://zlib.net/fossils/zlib-1.2.12.tar.gz
tar xf zlib-1.2.12.tar.gz
cd zlib-1.2.12 || exit 1
./configure --prefix="$QEMU_LD_PREFIX"