From aff26efbf5401574fb0e955c7713cc6f13382d73 Mon Sep 17 00:00:00 2001 From: Ravuri Sai Ram Akhil Date: Thu, 8 Apr 2021 12:12:15 +0530 Subject: [PATCH] GOARCh changed from 390 to s390x --- installer/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/setup.go b/installer/setup.go index ef2f471..f3385b3 100644 --- a/installer/setup.go +++ b/installer/setup.go @@ -157,7 +157,7 @@ func main() { } else { cliFileName = "linuxia32_odbc_cli.tar.gz" } - } else if runtime.GOARCH == "390" { + } else if runtime.GOARCH == "s390x" { const wordsize = 32 << (^uint(0) >> 32 & 1) if wordsize == 64 { cliFileName = "s390x64_odbc_cli.tar.gz"