diff --git a/setup_env_and_build.sh b/setup_env_and_build.sh index 9c9f8045..a1201970 100755 --- a/setup_env_and_build.sh +++ b/setup_env_and_build.sh @@ -126,7 +126,7 @@ python3 -m pip install onnx_graphsurgeon --index-url https://pypi.ngc.nvidia.com build_boost () { sudo apt-get -y install python3.7-dev autotools-dev libicu-dev libbz2-dev echo "Building and installing boost from source" - wget https://boostorg.jfrog.io/artifactory/main/release/1.67.0/source/boost_1_67_0.tar.gz + wget https://archives.boost.io/release/1.67.0/source/boost_1_67_0.tar.gz tar -zxvf boost_1_67_0.tar.gz cd boost_1_67_0 ./bootstrap.sh