Running in Ubuntu 22.04.2 ARM64

Hi!
So I am currently trying to download UnrealEngine in Ubuntu 22.04.2 ARM64, and I cannot seem to make it work.
I have followed these two steps:
git clone --depth=1 -b 4.27 https://github.com/EpicGames/UnrealEngine.git
cd UnrealEngine
But when I try to run ./Setup.sh it gives me the following error:
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/parallels/UnrealEngine/Engine/Build/BatchFiles/Linux/…/…/…/Binaries/ThirdParty/Mono/Linux/bin/mono: cannot execute binary file: Exec format error
Result: 126
I have mono downloaded and the command ‘mono Engine/Binaries/DotNET/GitDependencies.exe’ works, but even after running this I get the same error. Does anyone know how to fix this? I am running on Ubuntu jammy 22.04.2 ARM64.
Thank you!

Did you get the solution for this as I am facing the same issue