Skip to content

Commit 845060e

Browse files
committed
Updated the aws cli arch to x86_64 architecture
1 parent 996b93f commit 845060e

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)