mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Set correct version
This commit is contained in:
parent
f6abfb8a4e
commit
22580bcf5f
1 changed files with 3 additions and 3 deletions
|
|
@ -323,14 +323,14 @@ main() {
|
|||
|
||||
if [ "$OS" = "macos" ]; then
|
||||
if [ "$ARCH" = "arm64" ]; then
|
||||
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.2.0/safechain-proxy-darwin-arm64"
|
||||
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.3-linux-proxy-bins/safechain-proxy-darwin-arm64"
|
||||
else
|
||||
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.2.0/safechain-proxy-darwin-amd64"
|
||||
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.3-linux-proxy-bins/safechain-proxy-darwin-amd64"
|
||||
fi
|
||||
else
|
||||
# Linux (both linux and linuxstatic)
|
||||
if [ "$ARCH" = "x64" ]; then
|
||||
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.2.0/safechain-proxy-linux-amd64"
|
||||
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.3-linux-proxy-bins/safechain-proxy-linux-amd64"
|
||||
else
|
||||
# Skip for non-x64 Linux architectures
|
||||
info "Skipping safechain-proxy download (not available for linux-${ARCH})"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue