Error: LibCRuntimeNotFound

$zig build
error: unable to create compilation: LibCRuntimeNotFound

$ uname -a
Linux localhost 5.4.254-android12-9-g619997ff2210 #1 SMP PREEMPT Fri Feb 7 14:59:01 CST 2025 aarch64 Android

$ clang -v
clang version 19.1.7
Target: aarch64-unknown-linux-android24
Thread model: posix
InstalledDir: /data/data/com.termux/files/usr/bin

How can i fix such a issue on aarch64 Android platform ?

#14146 might be relevant

$ zig build -Dtarget=aarch64-linux-musl

works now !