Native: update zlib download URL in toolchain builder

zlib 1.2.11 has been moved to fossils/ on the official website.

^KT-58864
This commit is contained in:
Svyatoslav Scherbina
2023-07-04 11:10:04 +02:00
committed by Space Team
parent 785e70c31a
commit 3c568e7b86
@@ -28,7 +28,7 @@ USER $USERNAME
WORKDIR /home/$USERNAME
# Download zlib sources.
RUN curl -LO https://zlib.net/zlib-1.2.11.tar.gz && \
RUN curl -LO https://zlib.net/fossils/zlib-1.2.11.tar.gz && \
tar -xf zlib-1.2.11.tar.gz && \
rm zlib-1.2.11.tar.gz