Musl needed for 1.6.1 is missing on ubuntu 20.04

Hi all,
I’ve been successfully running 1.5.3 for a while now, but a package I installed (Actors) said I needed
1.6 so I downloaded 1.6.1. It didn’t run on my Ubuntu 20.04 system and running ldd on the executable
gave me “libc.musl-x86_64.so.1 => not found”. After “sudo apt-get install musl” everything looks good.
Just an FYI in case anyone else gets this.

I assume you installed the wrong executable: the one with musl as C library instead of Glibc

Right! I didn’t notice there are two links side by side on the download page and I must have clicked the wrong one. Thanks for pointing this out.