Skip to content

Commit

Permalink
switch download to dedicated build dependencies repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jul 3, 2024
1 parent a1a9713 commit 4c234f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi

function download_and_verify () {
file="$1"
curl -s -S -f -L -o $file https://github.com/bjia56/portable-python/releases/download/build-dependencies/$file
curl -s -S -f -L -o $file https://github.com/bjia56/build-dependencies/releases/download/portable-python/$file
verify_checksum $file
}

Expand Down

0 comments on commit 4c234f1

Please sign in to comment.