You mean arm64? In that case you will need libe_sqlite3.so compiled for arm64.
The solution is discussed in this topic
Try
libe_sqlite3.sofrom this package:https://www.nuget.org/api/v2/package/SQLitePCLRaw.lib.e_sqlite3.linux/1.1.14
It will download
.nupkgfile which you just rename to.zipand unpack.Then take
libe_sqlite3.sofromruntimes\linux-arm64folder. By default, Manager Server is usinglibe_sqlite3.sofromruntimes\linux-x64folder.