Packaging Linux ARM64, exec format error

I have also met this on 4.27 branch, and I’m using Jetson Orin.
Is there any command from consol can solve the issue?

~/UnrealEngine$ ./Setup.sh
Registering git hooks… (this will override existing ones!)
Fixing inconsistent case in filenames.
Setting up Mono
Engine/Build/BatchFiles/Linux/GitDependencies.sh: line 25: /home/daniel/UnrealEngine/Engine/Build/BatchFiles/Linux/…/…/…/Binaries/ThirdParty/Mono/Linux/bin/mono: cannot execute binary file: Exec format error
Result: 126

I have changed build script, but it seems doesn’t work.

— a/Engine/Build/BatchFiles/Linux/SetupMono.sh
+++ b/Engine/Build/BatchFiles/Linux/SetupMono.sh
@@ -5,7 +5,8 @@
START_DIR=pwd
cd “$1”

-export HOST_ARCH=x86_64-unknown-linux-gnu
+#export HOST_ARCH=x86_64-unknown-linux-gnu
+export HOST_ARCH=x86_64_aarch64-linux-gnu