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.so
from this package:https://www.nuget.org/api/v2/package/SQLitePCLRaw.lib.e_sqlite3.linux/1.1.14
It will download
.nupkg
file which you just rename to.zip
and unpack.Then take
libe_sqlite3.so
fromruntimes\linux-arm64
folder. By default, Manager Server is usinglibe_sqlite3.so
fromruntimes\linux-x64
folder.