We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04556ad commit 7b74401Copy full SHA for 7b74401
scripts/install_boost.bash
@@ -10,7 +10,7 @@ else
10
DEBUG="off"
11
fi
12
13
-wget https://boostorg.jfrog.io/artifactory/main/release/$BOOST_VERSION/source/boost_$BOOST_VERSION_DASH.tar.gz
+wget https://archives.boost.io/release/$BOOST_VERSION/source/boost_$BOOST_VERSION_DASH.tar.gz
14
15
tar -xf boost_$BOOST_VERSION_DASH.tar.gz
16
0 commit comments