Any statically linked musl program gives a segmentation fault when run.

Output of GDB debugger:
Starting program: /home/chronos/user/Downloads/tarballs/busybox-1.30.1/test 

Program received signal SIGSEGV, Segmentation fault.
0x0000000000401566 in __init_tls ()
(gdb) bt
#0  0x0000000000401566 in __init_tls ()
#1  0x0000000000000000 in ?? ()

Minimal example:
int main(void) { return 0; }

Please CC me, I'm not subscribed to the list.