Does this (and the fact that this issue is closed) mean that the following shouldn't happen?
bash-5.2$ uv self version
uv 0.9.18
bash-5.2$ uv python install 3.12
error: uv does not yet provide musl Python distributions on aarch64.
bash-5.2$ uname -a
Linux OpenWrt 6.6.73 #0 SMP Mon Feb 3 23:09:37 2025 armv7l GNU/Linux
bash-5.2$
Or is there another blocker to what I'm trying to do? (Install python via uv on openwrt running on a linksys wrt3200acm)