mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add link to linux-arm64 proxy
This commit is contained in:
parent
c37b0c8265
commit
6fcca094c5
1 changed files with 1 additions and 3 deletions
|
|
@ -332,9 +332,7 @@ main() {
|
|||
if [ "$ARCH" = "x64" ]; then
|
||||
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.7-linux-proxy-bins/safechain-proxy-linux-amd64"
|
||||
else
|
||||
# Skip for non-x64 Linux architectures
|
||||
info "Skipping safechain-proxy download (not available for linux-${ARCH})"
|
||||
PROXY_URL=""
|
||||
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.7-linux-proxy-bins/safechain-proxy-linux-arm64"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue