whalebrew/whalebrew

Version 0.2.4 binary wont run (Linux x86_64)

DannyBen opened this issue · 2 comments

$ uname -s
Linux

$ uname -m
x86_64

$ curl -L "https://github.com/whalebrew/whalebrew/releases/download/0.2.4/whalebrew-$(uname -s)-$(uname -m)" -o whalebrew

$ ls -l |grep whale
-rwxrwxrwx 1 root root 16422642 Oct 16 14:06 whalebrew

$ ./whalebrew
-bash: ./whalebrew: No such file or directory

Version 0.2.3 works fine.

apologies, the build script had an issue, I updated the Linux package

Confirmed working. Thanks.