From 5e514f4c6c384cb28fcb4dfbf27f369e53eabf0b Mon Sep 17 00:00:00 2001 From: shakaw Date: Thu, 24 Apr 2025 14:20:41 +0300 Subject: [PATCH] fix boost_url --- scripts/get_boost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_boost.sh b/scripts/get_boost.sh index 83b27e6..e2fb19a 100755 --- a/scripts/get_boost.sh +++ b/scripts/get_boost.sh @@ -10,7 +10,7 @@ done boost_name="boost_${ver_}" boost_tar="${boost_name}.tar.gz" -boost_url="https://boostorg.jfrog.io/artifactory/main/release/$ver/source/${boost_tar}" +boost_url="https://archives.boost.io/release/$ver/source/${boost_tar}" if [ ! -f "$boost_tar" ]; then echo "Download boost from ${boost_url} ..."