blob: 53462a204458d38f587e3409fa35181db9ff7381 [file] [log] [blame]
#!/bin/sh
set -u -e
readonly DOWNLOAD_URL="https://6-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)"
curl --fail -o ~/bazel-remote-proxy "$DOWNLOAD_URL"
chmod +x ~/bazel-remote-proxy