Update install-scripts/install-safe-chain.sh

Co-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>
This commit is contained in:
Reinier Criel 2026-04-14 11:08:04 -07:00 committed by GitHub
parent 63b7a5ee5e
commit 43fe715b08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,7 +200,7 @@ ensure_version() {
VERSION=$(fetch_latest_version)
}
# Returns the release binary filename for the detected OS and architecture.
# Constructs platform-specific binary filename to match GitHub release asset naming convention.
get_binary_name() {
os="$1"
arch="$2"