diff --git a/download_cmix_binaries.sh b/download_cmix_binaries.sh index 7ede87f1077a3ba4d336e38d1bf84e6e6f508224..d38cf4e509a72844c8babcc22947abc91b891ae2 100755 --- a/download_cmix_binaries.sh +++ b/download_cmix_binaries.sh @@ -49,7 +49,7 @@ fi # Set up the URL for downloading the binaries DEFAULTBRANCH=${DEFAULTBRANCH:="release"} if [[ $USEREPO == "d" ]]; then - REPOS_API=${REPOS_API:="https://gitlab.com/api/v4/projects/elixxir%2F"} + REPOS_API=${REPOS_API:="https://git.xx.network/api/v4/projects/elixxir%2F"} else REPOS_API=${REPOS_API:="https://elixxir-bins.s3-us-west-1.amazonaws.com"} fi