New comment by vincele on void-packages repository https://github.com/void-linux/void-packages/pull/40659#issuecomment-1363279086 Comment: This looks sensible, I got this here (x86_64-musl): ``` # find / -type d -name lib32 2>/dev/null /usr/lib32 # ls -lah /usr/lib32 total 0 lrwxrwxrwx 1 root root 13 Sep 13 19:54 locale -> ../lib/locale # ls -lah /usr/lib/locale ls: cannot access '/usr/lib/locale': No such file or directory ``` So, LGTM...