diff --git a/cross-compile.sh b/cross-compile.sh
index a2d35bf523716c24a0d387338ec28e74006fc3e5..09e6351671cbac2e506aff866d28230795d0f02c 100644
--- a/cross-compile.sh
+++ b/cross-compile.sh
@@ -41,7 +41,7 @@ OBJCOPY="exit 5;"
 export HOSTARCH=$ARCH
 
 
-python3.10 -m build
+python3 -m build
 
 # Some commands like this do the same-ish build as python -m build
 #