From 353f22d0799eb06296c3e1aaada76e4fffdf3432 Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:55:10 +0200 Subject: [PATCH] Use mirros site to download glibc --- release_scripts/images/ubuntu/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_scripts/images/ubuntu/prepare.sh b/release_scripts/images/ubuntu/prepare.sh index 6acde8c..800cf89 100755 --- a/release_scripts/images/ubuntu/prepare.sh +++ b/release_scripts/images/ubuntu/prepare.sh @@ -169,7 +169,7 @@ cd /root GLIBC_FILE=glibc-$GLIBC_VERSION.tar.xz -curl -L -O https://gnuftp.uib.no/glibc/$GLIBC_FILE +curl -L -O https://ftpmirror.gnu.org/glibc/$GLIBC_FILE GLIBC_FILE_SHA256="$(sha256sum $GLIBC_FILE | awk '{ print $1 }')"