Fixed boost download URL.

This commit is contained in:
Takatoshi Kondo
2025-02-21 17:58:30 +09:00
parent 766c8127df
commit 1e294d7a12

View File

@@ -49,7 +49,7 @@ while getopts "b:t:p:" c; do
done
mkdir $prefix || exit 1
wget https://boostorg.jfrog.io/artifactory/main/release/1.85.0/source/boost_1_85_0.tar.bz2 || exit 1
wget https://archives.boost.io/release/1.85.0/source/boost_1_85_0.tar.bz2 || exit 1
tar xf boost_1_85_0.tar.bz2 || exit 1
cd boost_1_85_0
./bootstrap.sh || exit 1