Gut downloads the wrong binaries on 32-bit systems
When using gut on 32-bit, it downloads the amd64 binaries and fails with an exec format error. Using --build-deps fixes the issue.
Thanks @RX14, what OSes and versions are you running? And what does uname -m output? (I'm guessing it might say 'i686'?)
Localhost was arch linux 32bit and remote was debian 64 bit. I'm actually not in front of the systems right now but I will get the info to you later. Downloading the file on the remote also failed with some kind of SSL error.
I just pushed out a new release, 1.0.3, that should hopefully be a bit more robust in detecting 32-/64-bitness of systems. I imagine I'm just kind of doing this detection wrong and there's some magical command somewhere that does exactly what I want, but I haven't found that magical command yet (though uname -m gets pretty close).