Skip to content

Commit

Permalink
Merge pull request #75 from AikidoSec/fix-lib-version
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
willem-delbare authored Nov 6, 2024
2 parents 7fbe458 + 1387f00 commit bd73965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
)

func Init() bool {
zenInternalsLibPath := C.CString("/opt/aikido-" + globals.Version + "/libzen_internals_aarch64-unknown-linux-gnu.so")
zenInternalsLibPath := C.CString("/opt/aikido-" + globals.Version + "/libzen_internals_x86_64-unknown-linux-gnu.so")
defer C.free(unsafe.Pointer(zenInternalsLibPath))

handle := C.dlopen(zenInternalsLibPath, C.RTLD_LAZY)
Expand Down

0 comments on commit bd73965

Please sign in to comment.