What is "musl"

The musl (whose name is written in lowercase on the official page) is a standard C library for Linux. It aims to be a clean, standard and efficient libc. It is much smaller than glibc, and uses the MIT license.

Official website: https://www.musl-libc.org/