Skip to content

Commit d565cc6

Browse files
committed
downloading boost source files from archives.boost.io
Committed-by: [email protected] from Dev container
1 parent 0c3d19e commit d565cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/graphscope/gsctl/scripts/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ install_boost() {
293293
pushd "${tempdir}" || exit
294294
directory="boost_1_75_0"
295295
file="${directory}.tar.gz"
296-
url="https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source"
296+
url="https://archives.boost.io/release/1.75.0/source"
297297
url=$(set_to_cn_url ${url})
298298
download_and_untar "${url}" "${file}" "${directory}"
299299
pushd ${directory} || exit

0 commit comments

Comments
 (0)