From 19a90727f338ae723be6cb4ec9d81459d5258419 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 26 Jun 2020 23:56:16 +0800 Subject: [PATCH] update julia upstream --- julia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia.sh b/julia.sh index 4a56062..7fe7fae 100755 --- a/julia.sh +++ b/julia.sh @@ -1,6 +1,6 @@ #!/bin/bash set -e -BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://pkg.julialang.org"} +BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://us-east.storage.julialang.org"} [[ -d "${TUNASYNC_WORKING_DIR}" ]] cd "${TUNASYNC_WORKING_DIR}"