> the use of musl for the libc means each binary kinda needs to include it’s own libc statically.
This is factually incorrect. Musl supports dynamic linking and if you run `ldd` on any binary in Alpine you can see that it dynamically links against musl libc.