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 838d9b9 commit 897db10Copy full SHA for 897db10
build.sh
@@ -102,7 +102,7 @@ ${SUDO_CMD} ninja install
102
cd ../../
103
104
# build static version of boost serialization & install headers
105
-wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_}.tar.gz
+wget https://archives.boost.io/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_}.tar.gz
106
tar xf boost_${BOOST_VERSION_}.tar.gz
107
cd boost_${BOOST_VERSION_}
108
./bootstrap.sh ${BOOST_BOOTSTRAP_OPTIONS} --prefix="${BOOST_INSTALL_PREFIX}" --with-libraries=serialization
0 commit comments