Merge pull request #7134 from keynmol/patch-1

This commit is contained in:
eugene yokota 2023-01-21 05:36:03 -05:00 committed by GitHub
commit 3f1ff98790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
sbt
View File

@ -171,7 +171,7 @@ acquire_sbtn () {
local target="$p/sbtn"
local archive_target=
local url=
local arch = "x86_64"
local arch="x86_64"
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
arch=$(uname -m)
if [[ "$arch" == "aarch64" ]] || [[ "$arch" == "x86_64" ]]; then