From 103f935106ff6f9d8ef1e0dc9fafbfdb340f5a47 Mon Sep 17 00:00:00 2001 From: Alexander Sharov Date: Wed, 1 May 2024 01:54:01 +0300 Subject: [PATCH] fix: small fixes --- lib/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.sh b/lib/utils.sh index 3b736ed..8223326 100644 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -55,7 +55,7 @@ get_arch() { elif [[ ${machine} == *"386"* ]]; then echo "386" else - echo "amd64" + echo "x86_64" fi }