Skip to content

Commit afddc30

Browse files
authored
chore: update the aws cli arch to x86_64 architecture in the API workshop (#233)
2 parents 996b93f + 845060e commit afddc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-workshop/lib/attendant-ide/compute-construct.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class ComputeConstruct extends Construct {
111111
),
112112
// Install AWS CLI
113113
this.#runCommandAsWhoamiUser(
114-
'curl https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip -o $HOME/awscliv2.zip',
114+
'curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o $HOME/awscliv2.zip',
115115
'unzip $HOME/awscliv2.zip',
116116
'sudo $HOME/aws/install',
117117
'rm -rf $HOME/awscliv2.zip $HOME/aws',

0 commit comments

Comments
 (0)