diff options
Diffstat (limited to 'scripts/mac')
-rw-r--r-- | scripts/mac/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mac/before_install.sh b/scripts/mac/before_install.sh index 8dfa04231..4bfd039ff 100644 --- a/scripts/mac/before_install.sh +++ b/scripts/mac/before_install.sh @@ -27,7 +27,7 @@ mkdir -p Qt/5.12.3 echo "Get custom Qt build and unpack it" curl --output Qt-5.12.3-mac.tar.xz \ - https://storage.googleapis.com/travis-cache/Qt-5.12.3-mac.tar.xz + https://f002.backblazeb2.com/file/Subsurface-Travis/Qt-5.12.3-mac.tar.xz tar -xJ -C Qt/5.12.3 -f Qt-5.12.3-mac.tar.xz |