Skip to content

Commit

Permalink
Update InfisicalClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Aug 12, 2024
1 parent 7743427 commit 36f82f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public InfisicalClient(ClientSettings settings) {
// x86_64 specific bindings (gnu/musl determinations)
else if (arch.equals("amd64") || arch.equals("x86_64")) {
if (isMusl()) {
libraryName = "libinfisical_c_x64_musl";
libraryName = "infisical_c_x64_musl";
} else {
// We build the default bindings for x86_64, so no need to specify a custom
// library path for this.
Expand Down

0 comments on commit 36f82f8

Please sign in to comment.