Start Up issue while starting up aerospike server using systemctl on multipass VM running on macbook

I am trying to installl aerospike-server on a multipass VM running on macbook, but the server keeps failing . The server that i used: https://download.aerospike.com/artifacts/aerospike-server-enterprise/6.3.0.0/aerospike-server-enterprise_6.3.0.0_tools-8.2.0_ubuntu20.04_aarch64.tgz

Here’s the error:

ubuntu@new-aerospike:~$ sudo systemctl status aerospike.service
● aerospike.service - Aerospike Server
     Loaded: loaded (/lib/systemd/system/aerospike.service; disabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/aerospike.service.d
             └─aerospike.conf
     Active: failed (Result: core-dump) since Wed 2024-04-17 16:39:37 IST; 3min 34s ago
    Process: 3092 ExecStartPre=/usr/bin/asd-systemd-helper (code=exited, status=0/SUCCESS)
    Process: 3098 ExecStart=/usr/bin/asd $ASD_OPTIONS --config-file $ASD_CONFIG_FILE --fgdaemon (code=dumped, signal=ABRT)
   Main PID: 3098 (code=dumped, signal=ABRT)

Apr 17 16:39:36 new-aerospike asd[3098]: Apr 17 2024 11:09:36 GMT: WARNING (as): (log.c:728) stacktrace: frame 3: /lib/aarch64-linux-gnu/libpthread.so.0(raise+0xe0) [0xffff9f47d7d8]
Apr 17 16:39:36 new-aerospike asd[3098]: Apr 17 2024 11:09:36 GMT: WARNING (as): (log.c:728) stacktrace: frame 4: /usr/bin/asd(cf_log_write_no_return+0xdc) [0xaaaad204629c]
Apr 17 16:39:36 new-aerospike asd[3098]: Apr 17 2024 11:09:36 GMT: WARNING (as): (log.c:728) stacktrace: frame 5: /usr/bin/asd(+0x31b518) [0xaaaad2034518]
Apr 17 16:39:36 new-aerospike asd[3098]: Apr 17 2024 11:09:36 GMT: WARNING (as): (log.c:728) stacktrace: frame 6: /usr/bin/asd(as_namespaces_setup+0xb6c) [0xaaaad1dc9510]
Apr 17 16:39:36 new-aerospike asd[3098]: Apr 17 2024 11:09:36 GMT: WARNING (as): (log.c:728) stacktrace: frame 7: /usr/bin/asd(as_run+0x274) [0xaaaad1de4c38]
Apr 17 16:39:36 new-aerospike asd[3098]: Apr 17 2024 11:09:36 GMT: WARNING (as): (log.c:728) stacktrace: frame 8: /usr/bin/asd(main+0xc) [0xaaaad1dc252c]
Apr 17 16:39:36 new-aerospike asd[3098]: Apr 17 2024 11:09:36 GMT: WARNING (as): (log.c:728) stacktrace: frame 9: /lib/aarch64-linux-gnu/libc.so.6(__libc_start_main+0xe8) [0xffff9e>
Apr 17 16:39:36 new-aerospike asd[3098]: Apr 17 2024 11:09:36 GMT: WARNING (as): (log.c:728) stacktrace: frame 10: /usr/bin/asd(+0xaa948) [0xaaaad1dc3948]
Apr 17 16:39:37 new-aerospike systemd[1]: aerospike.service: Main process exited, code=dumped, status=6/ABRT
Apr 17 16:39:37 new-aerospike systemd[1]: aerospike.service: Failed with result 'core-dump'.
lines 1-19/19 (END)

my mutlipass VM is running 20.04 LTS

ubuntu@new-aerospike:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.6 LTS
Release:	20.04
Codename:	focal
ubuntu@new-aerospike:~$ uname -a
Linux new-aerospike 5.4.0-176-generic #196-Ubuntu SMP Fri Mar 22 16:46:20 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux

what am i doing wrong??