You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: default to glibc for Linux downloads for better stability
The musl variant has known stability issues with binject (segfaults).
While musl theoretically works on both musl and glibc systems, glibc
provides better stability in practice.
This change affects all socket-btm binary downloads on Linux when
libc is not explicitly specified.
0 commit comments