Skip to content

Commit 064a753

Browse files
committed
Update Boost download URL
1 parent 56e3c8c commit 064a753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-support/dep-url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ download_dependency() {
4949
;;
5050
"boost")
5151
VERSION_UNDERSCORE=$(echo $VERSION | sed 's/\./_/g')
52-
URL=https://boostorg.jfrog.io/artifactory/main/release/${VERSION}/source/boost_${VERSION_UNDERSCORE}.tar.gz
52+
URL=https://github.com/boostorg/boost/archive/refs/tags/boost-${VERSION}.tar.gz
5353
;;
5454
"protobuf")
5555
URL=https://github.com/google/protobuf/releases/download/v${VERSION}/protobuf-cpp-${VERSION}.tar.gz

0 commit comments

Comments
 (0)