Fork me on GitHub
#babashka
<
2022-02-26
>
Chase17:02:45

I am getting the following error when trying to run bb: -bash: /usr/local/bin/bb: cannot execute binary file: Exec format error All the other executables in my /usr/local/bin (I am on Debian) are working correctly. Any hints on what I have done wrong here?

1
borkdude17:02:39

How did you install babashka.

borkdude17:02:18

It's likely that you downloaded the aarch64 binary instead of the amd64 one

borkdude17:02:52

Or that you are on a 32-bit platform

Chase17:02:27

Ah, maybe that first one was my issue. I used the script on my first attempt though and then did it manually on the 2nd attempt. Let me try with the amd64 one

Chase17:02:25

That was it. Thanks for the quick assist!

borkdude17:02:34

The script should not choose aarch64 if you are not on an aarch64 platform though

borkdude17:02:44

Does the installer script not work for you?

Chase18:02:25

I just tried the script again and it's working fine. Not sure what happened there. Sorry