We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb0f68 commit c0e3852Copy full SHA for c0e3852
.circleci/setup_cache.sh
@@ -5,7 +5,7 @@
5
6
set -u -e
7
8
-readonly DOWNLOAD_URL="https://6-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)"
+readonly DOWNLOAD_URL="https://5-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)"
9
10
curl --fail -o ~/bazel-remote-proxy "$DOWNLOAD_URL"
11
chmod +x ~/bazel-remote-proxy
0 commit comments